FindRowWithCellTextInColumn(String,UInt32,UInt32) Method
Returns the next row in a column (by column index) that contains the specified text, starting the search at the specified row.

C# Syntax

ITableRow<T> FindRowWithCellTextInColumn( 
   string text,
   uint columnIndex,
   uint startFromRow
)

Parameters

text
The text to search for.
columnIndex
The 1-based index of the column to search.
startFromRow
The 1-based index of the row from which to start the search.

Return Value

The row. Null if text not found.